home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
retro_ra.swf
/
scripts
/
DefineSprite_213
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
258 b
|
13 lines
lap = "0" + eval("_root:otherLap");
if(eval("_root:loseRound") == true)
{
§_root:lives§--;
set("_root:yourLives","lives" + eval("_root:lives"));
_root.life.gotoAndPlay(eval("_root:yourLives"));
play();
}
else
{
gotoAndPlay(1);
}